home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Appls / dpv / dpvsite.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-04  |  487 b   |  14 lines  |  [TEXT/????]

  1. /* dpv -- ditroff previewer.  Site-dependent definitions. */
  2.  
  3. /* Declare the printers we want */
  4.  
  5. #define PRINT_MENU_TABLE \
  6.     {"Print on Oce",        "psc",    "psdit %s | lpr -Poce"}, \
  7.     {"Print on PostScript",        "psc",    "psdit %s | lpr -Ppsc"}, \
  8.     {"Print on Ag",            "psc",    "psdit %s | lpr -Pag"}, \
  9.     {"Print on Fa"    ,        "psc",    "psdit %s | lpr -Pfa"}, \
  10.     {"Print on Wowbagger",        "psc",    "psdit %s | lpr -Pwow"}, \
  11.     {"Print on ${PRINTER-psc}",    "psc", \
  12.                 "psdit %s | lpr -P${PRINTER-psc}"}, \
  13.     /**/
  14.